home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NOVA - For the NeXT Workstation
/
NOVA - For the NeXT Workstation.iso
/
Apps
/
Utilities
/
Other
/
Briefcase
/
BriefDoc.h
< prev
next >
Wrap
Text File
|
1992-12-26
|
491b
|
31 lines
#import "MultDoc.h"
/* Version 0.9b Apr-19-92 First Public Release */
/* Version 0.95 Apr-29-92 Multiple Save Types */
/* Version 1.0b Aug-08-92 Minor Bug Fixes */
@interface BriefDoc : MultDoc
{
}
/* Factory Creation Methods */
+ initialize;
+ newFromFile:(const char *)file;
- setUpNib;
/* Public methods */
- addFiles:(char *)fileList;
/* Document name and file handling methods */
- save;
/* Text delegate methods */
- textDidGetKeys:sender isEmpty:(BOOL)flag;
@end